home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / mmdf / mmdf-IIb.43 / h / amp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1986-02-01  |  412 b   |  15 lines

  1. /* amp.h - global defs (not many) */
  2.  
  3. /* Structure of translation table */
  4.  
  5. struct hstab
  6. {
  7.     char   *name;                 /* Host (NODE) Name to look for       */
  8.     char   *at;                   /* use this a hostname                */
  9.     char   *dot;                  /* append this to mbox portion        */
  10. };
  11.  
  12. /*  addresses of the form "<mbox> @ name" become "<mbox>.dot @ at"      */
  13.  
  14. long amp_hdr();
  15.